* keymap.c (Fmake_sparse_keymap): Purecopy the name.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 24 Oct 2009 06:32:03 +0000 (06:32 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 24 Oct 2009 06:32:03 +0000 (06:32 +0000)
commit644785cfbe221d34b4b478f422a0acf6ec567cb1
treeaf7b16c9f927e1c14ea10278dd9ae8f4d2988ee3
parent16fe414987c4b490b55ee93d132d6227f69fdec2
* keymap.c (Fmake_sparse_keymap): Purecopy the name.

* eval.c (Fautoload): Purecopy the filename.  Simplify.

* category.c (Fdefine_category): Purecopy docstring.

* international/mule-cmds.el (set-language-info-alist): Purecopy lang-env.
(leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
(charset): Purecopy the name.
(define-char-code-property): Purecopy string arguments.

* emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
Purecopy string arguments.

* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
* ediff-hook.el (menu-bar-ediff-menu):
* buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
* bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
lisp/ChangeLog
lisp/bookmark.el
lisp/buff-menu.el
lisp/ediff-hook.el
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/lisp-mode.el
lisp/international/mule-cmds.el
src/ChangeLog
src/category.c
src/eval.c
src/keymap.c